home *** CD-ROM | disk | FTP | other *** search
/ .net 2000 August / NET74.ISO / pc / intro.dir / 00012_on cuePassed Script.ls < prev    next >
Encoding:
Text File  |  2000-05-25  |  177 b   |  12 lines

  1. on CuePassed channelID, cueNumber, cueName
  2.   if cueNumber = 3 then
  3.     go(39)
  4.   else
  5.     if cueNumber = 4 then
  6.       go(47)
  7.     else
  8.       go(the frame)
  9.     end if
  10.   end if
  11. end
  12.